home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / tri0693.zip / 8 < prev    next >
Text File  |  1993-06-02  |  4KB  |  89 lines

  1.  
  2.  
  3.                   PreReg V 4.0
  4.            An Automatic User Upgrade Utility for TriBBS
  5.  
  6.  
  7.    File Name      :  PREREG40.XXX
  8.    Author     :  Keith Kolbo, Falcore BoarWorks Remote Access reg 109
  9.    Registration   :  $5.00
  10.  
  11.        Before we get into a description of the program, I would like to
  12.    take this oportunity to say one thing.....BACK UP, BACK UP, BACK UP.
  13.    That out of the way, lets see what PreReg really does, and how it does
  14.    it.
  15.  
  16.        PreReg runs in the LOGON.BAT. PreReg checks TriBBS.SYS to get the
  17.    user name, password and record number. Then it checks the .CFG file to
  18.    see if the user is listed. If the user is listed, it checks to see if
  19.    the password matches. If so, it changes the user's security level and
  20.    time left to what is specified for the user. It then creates a user
  21.    spacific logon screen to tell the user he has been upgraded.
  22.  
  23.        The key to PreReg is the .CFG file, Lets take a look and see how
  24.    this file is setup.
  25.  
  26.        The .CFG file is a text file. It may be created with any editor that
  27.    can save a DOS ASCII text file. The format is as follows:
  28.  
  29.    Line 1       Registration number. 0 until you send Keith his $5.00
  30.    Line 2       Each line after that is a user you want to
  31.             Pre-register. The line has the following format.
  32.             NAME,PASSWORD,SECURITY LEVEL,TIME. The NAME and the
  33.             PASSWORD may be replaced by the word 'ANY'. When ANY is
  34.             used for the NAME, any name will be a match. If ANY is
  35.             used for the PASSWORD, the user who's name matches can
  36.             use any password. There is no limit to the number of
  37.             pre-registered users that may be listed, but keeping it
  38.             short will avoid a delay at logon while the .CFG file
  39.             is searched
  40.  
  41.    Sample:
  42.  
  43.    0
  44.    Steve Sears,Password,100,90
  45.    ANY,Secret,50,90
  46.    John Doe,ANY,50,90
  47.       ^      ^   ^  ^
  48.       |      |   |  |
  49.   NAME       |   |   -------------------New Time
  50.      PASSWORD    -------NEW SECURITY
  51.  
  52.     Next add PreReg to your LOGON.BAT. PreReg needs two command line
  53.  arguments. They are the drive and path to NODE 1's main directory and the
  54.  drive and path to the CALLING NODE's main directory.
  55.  
  56.  Example:   For Node 2
  57.  
  58.      PREREG C:\TRIBBS1 C:\TRIBBS2
  59.  
  60.         For Node 1
  61.  
  62.      PREREG C:\TRIBBS1 C:\TRIBBS1
  63.  
  64.      TIPS:
  65.  
  66.      Be sure to remove a user from the .CFG file after they logon for the
  67.  first time. This will keep the search speed up.
  68.  
  69.      So, by now your probably saying, what do I need this for. Well, I can
  70.  think of several applications. Recently a sysop lost his users file and
  71.  had to start over. While he was able to recover the names and such, he was
  72.  not able to use the file because it was corrupted. Setting up PreReg made
  73.  it easy for old and faithful users to get full access back on the board
  74.  which was on that required verification before full use. When an old user
  75.  called, PreReg found his/her name, and was able to give them the security
  76.  they had before the user base was lost.
  77.  
  78.      Another good use of the program is for you sysops that tell your
  79.  friends to call LD for a file. You can add their name and ANY for the
  80.  password, and they will have all the access you care to grant them without
  81.  the long logon time that some boards have (questionairs and such).
  82.  
  83.      Registration is a low $5.00 and you will receive a registration number
  84.  and Keith's eternal thanks (WOW, again !) You can get this file from
  85.  Falcore BoatWorks Remote Access or just about any other TriBBS Support
  86.  Board. Or if you have a Front End, and the TTN NodeList, it is avail here
  87.  on Imagine.
  88.  
  89.